Skip to content

build(deps): bump aiohttp from 3.13.5 to 3.14.0#319

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/aiohttp-3.14.0
Closed

build(deps): bump aiohttp from 3.13.5 to 3.14.0#319
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/aiohttp-3.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.14.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 3, 2026
Pyker added a commit that referenced this pull request Jun 13, 2026
aiohttp 3.14.0 made `stream_writer` a required argument on
ClientResponse.__init__(). aioresponses (last released 0.7.8 in Jan
2025, effectively unmaintained) doesn't pass it, which broke every
mock-backed test and blocked the security upgrade.

Replace aioresponses with a small scripted server built on aiohttp's
own aiohttp.test_utils.TestServer: tests now hit a real loopback
server and no longer couple to aiohttp's internal response machinery,
so a future aiohttp change can't break them the same way. No new
dependency is added; TestServer ships inside aiohttp.

- tests/test_poller_fetch.py: rewrite onto _ScriptedServer/http_server
- pyproject.toml: drop aioresponses from the dev group
- uv.lock: remove aioresponses; bump aiohttp 3.13.5 -> 3.14.0
  (the 7-day cooldown correctly holds back the day-old 3.14.1)

Supersedes #320 (Renovate's aiohttp security PR) and #319 (Dependabot
duplicate of the same bump).
@Pyker

Pyker commented Jun 13, 2026

Copy link
Copy Markdown
Member

Superseded by #321 (aiohttp 3.14.0 landed on master in 9404908). This was a duplicate of the same bump raised by Dependabot; the repo has since standardized on Renovate and removed the Dependabot version-update config. Closing.

@Pyker Pyker closed this Jun 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/aiohttp-3.14.0 branch June 13, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant